Ore Detector Reborn
Copyright (c) 2026 chillpavz

Licensed under the PolyForm Shield License 1.0.0. The full text is in LICENSE, and
also at <https://polyformproject.org/licenses/shield/1.0.0>.

    Required Notice: Copyright chillpavz (https://github.com/ChillPavz/OreDetectorReborn)

In short: you may read, use, modify and redistribute this software for any purpose
EXCEPT providing a product that competes with it. The licence requires that anyone
who receives any part of this software from you also receives the licence terms, or
the URL above, along with the Required Notice line.

This file records material in this project that comes from somewhere else, and the
terms it arrived under. Those terms are unaffected by the licence above: the MIT
material below remains available under MIT from its own author.


1. Ore Detector by restonic4 (MIT)
----------------------------------

    https://github.com/restonic4/OreDetector

    Ore Detector Reborn began as an unofficial port of restonic4's Ore Detector, and
    that lineage is still present in this branch:

      * The detector item texture is a recolour of his original texture, so it is a
        derivative work of an MIT licensed asset.
      * Parts of the scanning behaviour descend from the original mod's design and
        from the ported code that implemented it.

    The 2.0 branch is otherwise a substantially new work: new progression, new items,
    new blocks and new logic, written for Minecraft 1.21 and above.

    The MIT licence text that covers restonic4's contribution follows.

        The MIT License (MIT)

        Copyright (c) 2023 restonic4

        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:

        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.

        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.


2. Minecraft assets (Mojang Studios)
------------------------------------

    Several textures in this project are redrawn or recoloured from vanilla Minecraft
    art, which is the usual practice for a mod and is not claimed as original work:

      * Breeze Shard, Breeze Crystal and Breeze Powder derive from prismarine and
        blaze powder.
      * The ore dust textures derive from redstone dust.
      * The Resonance Chamber block, item and interface textures are recolours of the
        brewing stand.
      * The Tome of Resonance derives from the knowledge book.

    These remain the property of Mojang Studios and are used under the terms that
    apply to Minecraft mods.


3. MultiLoader-Template by Jared (CC0 1.0)
------------------------------------------

    https://github.com/jaredlll08/MultiLoader-Template

    The Gradle project layout is based on this template, which is released into the
    public domain under CC0 1.0. No attribution is required; it is given anyway.
